home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / QuickTime™ VR 2.0 SDK / QTVR C⁄C++ Runtime API / Sample Code / QTVRSamplePlayer / src / AE.h < prev    next >
Encoding:
Text File  |  1997-05-22  |  196 b   |  12 lines  |  [TEXT/CWIE]

  1. // AppleEvents prototypes and variables
  2.  
  3. #ifndef __AE__
  4. #define __AE__
  5.  
  6.  
  7. // Apple Events handling (AppleEvents.c)
  8.  
  9. void AEInit (void);    // Initialize AppleEvents handling
  10.  
  11. #endif    // #ifndef __AE__
  12.